home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 3⁄9⁄90 / 0840-Re Perm vs. Temp Mem-Mar90 < prev    next >
Encoding:
Text File  |  1990-03-09  |  922 b   |  31 lines  |  [TEXT/GEOL]

  1. Item    8645655                         7-March-90        18:59PST
  2.  
  3. From:   FRIEDRICH1                      Friedrich, Steve
  4.  
  5. To:     SATORI                          Satori SW, Hugh Rogovy,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: Perm vs. Temp Memory
  10.  
  11. Well,
  12. Either you misread the 2.0b9 documentation or it was miswritten.
  13.  
  14. >I will be in danger of having the handle purged out from under me by
  15. the MacApp memory manager...even if I have specifically set the handle to be
  16. non-purgeable.
  17.  
  18. Answer: No.
  19.  
  20. >We were using NEWHANDLE
  21.  
  22. Answer: Yes, use NewPermHandle for any "user" allocated structures.
  23. Unprotected NewHandle calls should really be provided through a MacApp routine
  24. named NewTempHandle for clarity (in next release they will be).  See Curt
  25. Bianchi's excellent article on MMM (MacApp Memory Management) in a recent
  26. special Macintosh issue of Dr. Dobb's.
  27.  
  28. Regards,
  29. Steve
  30.  
  31.